home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00129.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  258 b   |  17 lines

  1. on mouseUp
  2.   global pauseMe
  3.   repeat with i = 1 to 11
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   go(marker(-1))
  7.   set pauseMe to 0
  8. end
  9.  
  10. on mouseEnter
  11.   set the castNum of sprite 24 to cast "m2"
  12. end
  13.  
  14. on mouseLeave
  15.   set the castNum of sprite 24 to cast "FAKE"
  16. end
  17.